home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10484 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  849 b 

  1. Message-ID: <313DE0E9.5423@globalnet.co.uk>
  2. Date: Wed, 06 Mar 1996 19:00:57 +0000
  3. From: Paul Makin <paulmakin@globalnet.co.uk>
  4. Organization: Group Alpha Limited
  5. X-Mailer: Mozilla 2.0 (Win95; I)
  6. MIME-Version: 1.0
  7. Newsgroups: comp.lang.c++
  8. Subject: Accessing Extended Key Codes Through a TSR under Microsoft C version 7.0
  9. Content-Type: text/plain; charset=us-ascii
  10. Content-Transfer-Encoding: 7bit
  11. NNTP-Posting-Host: client824f.globalnet.co.uk
  12. Path: news.globalnet.co.uk!
  13.  
  14. I need to access extended keys on a special retail keyboard where the 
  15. manufacturer has decided to map half the keys to extender characters.  
  16. Under Visual C++ this is no problem, the WM_KEYDOWN/UP message correctly 
  17. recognises to keys.  Under MS 'C' 7.7 I know a key stroke has been made 
  18. but can't see it in any of the 'usual' places (0x0040:0x001C).  Can 
  19. anyone advise.....
  20.  
  21.